//==============================================================================
// TG Fire Ball_anim.txt
//==============================================================================

//==============================================================================
anim walk
{
    SetSelector none 
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
            }
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
			    VisualNone jimmy
            }
        }
    }
}

//==============================================================================
anim charging
{
    SetSelector
    {
        Techlogic none/TG Fire Ball Lvl 11
	    SetSelector
	    {
            set hotspot
            {
                version
                {
			        VisualNone jimmy
                    tag Attack 0.10 true
				    tag Attack 0.60 true
			        tag GenericSound 0.10 true
				    tag GenericSound 0.60 true
                    tag SpecificSoundSet 0.10 false FireGiantFireball checkVisible
				    tag SpecificSoundSet 0.60 false FireGiantFireball checkVisible
			        length 0.75
                }
            }
        }
	    SetSelector //-- FINAL TECH
	    {
            set hotspot
            {
                version
                {
			        VisualNone jimmy
                    tag Attack 0.20 true
			        tag Attack 0.40 true
			        tag Attack 0.60 true
			        tag Attack 0.80 true
			        tag Attack 1.00 true
			        tag GenericSound 0.20 true
			        tag GenericSound 0.40 true
			        tag GenericSound 0.60 true
			        tag GenericSound 0.80 true
			        tag GenericSound 1.00 true
                    tag SpecificSoundSet 0.20 false FireGiantFireball checkVisible
			        tag SpecificSoundSet 0.40 false FireGiantFireball checkVisible
			        tag SpecificSoundSet 0.60 false FireGiantFireball checkVisible
			        tag SpecificSoundSet 0.80 false FireGiantFireball checkVisible
			        tag SpecificSoundSet 1.00 false FireGiantFireball checkVisible
			        length 1.25
                }
            }
        }
    }
}
